---
title: "Create a recurring room blockout time"
method: POST
path: "/v1/rooms/{room_id}/blockouttimes?expand[]=ReccuringDetails"
---

# Create a recurring room blockout time

`POST /v1/rooms/{room_id}/blockouttimes?expand[]=ReccuringDetails`

Recurring blockout time block the time of the room every day repeatedly. To block a time for the room on the appointment book you can actually create a block out time for that room on the Appointment book whose ID is passed as {{room_id}}.Supply the `BlockOutTimeRequest` object as a body and call this api to create a blockout time.

send rec_end_date or occurences, but not both while creating a recurring block out time

## Path parameters

- `room_id` string, required

## Response `200`

200

- object
  - `block_out_times` object[]
    - `block_out_time_id` string
    - `employee` unknown
    - `room` object
      - `id` string
      - `name` string
    - `block_out_time_type` object
      - `id` integer
      - `name` string
      - `duration` integer
    - `start_time` string
    - `end_time` string
    - `start_time_in_center` string
    - `end_time_in_center` string
    - `notes` string
    - `recurring_block_out_time` object
      - `id` string
      - `time_period` string
      - `interval` integer
      - `rec_start_date` string
      - `rec_end_date` unknown
      - `week_days` integer
      - `occurences` integer
  - `error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
